@charset "utf-8";
@font-face {      font-family: 'ElectroluxSans_5_Bold';      
src: url('ElectroluxSans_5_Bold.eot'); /* IE9 Compat Modes */      
src: url('ElectroluxSans_5_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('ElectroluxSans_5_Bold.woff') format('woff'), /* Modern Browsers */              
url('ElectroluxSans_5_Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('ElectroluxSans_5_Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'AvantGardeITCbyBT-Bold';      
src: url('AvantGardeITCbyBT-Bold.eot'); /* IE9 Compat Modes */      
src: url('AvantGardeITCbyBT-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('AvantGardeITCbyBT-Bold.woff') format('woff'), /* Modern Browsers */              
url('AvantGardeITCbyBT-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('AvantGardeITCbyBT-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}


.navbar-inverse {
    background-color: rgba(0,0,0,0);
    border-color: rgba(255,255,255,0.3);
}

.navbar-inversex {
    background-color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:30px;
	padding-right:30px;
    line-height: 68px;
}

.nav {
    padding-left: 260px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	background-color:#0068b7;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:18px;
	cursor:pointer;
}

.navbar-inversex .navbar-nav > li > a {
    color: #060606;
	font-size:18px;
	cursor:pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }


.menu ul.sub_menu{position:absolute; width:1700px; height:830px; display:none; z-index:999; margin-left:-300px;}
.menu ul.sub_menu a{ color:rgba(0,0,0,0.6); height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;}
.menu ul.sub_menu a:hover{ color:rgba(0,0,0,1); background:none;}
.bg{ background-color:#FFFFFF; height:830px; display:none; width:100%; z-index:99; position:absolute;}

.ddh {
    width:100%;
    height: auto;
    overflow: hidden;
	padding-top:45px;
    background-color: #FFFFFF;
}

.ddh-left {
   width:19.7%;
   float:left;
   margin-top:25px;
   }
   
.ddh-left li {
   list-style-type:none;
   }
   
.ddh-right {
   width:76.2%;
   padding-left:65px;
   border-left:1px solid #e6e6e6;
   float:right;
   }
   
.ddh-right h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#000000;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.ddrow {
   height:auto; overflow:hidden;
   margin-left:-25px;
   margin-right:-25px;
   }
   
.ddrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:25px;
   padding-right:25px;
   }
   
.ddnn {
   height:auto; overflow:hidden;
   padding-top:15px;
   font-size:14px;
   color:rgba(0,0,0,0.6);
   line-height:29px;
   border-top:1px solid #f2f2f2;
   }
   
.ddnn a {
   color:rgba(0,0,0,0.6);
   }
   
.ddx {
   height:auto; overflow:hidden;
   margin-top:25px;
   padding-top:25px;
   border-top:1px solid #e6e6e6;
   }
   
.ddh-right h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#000000;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.ddrow2 {
   height:auto; overflow:hidden;
   margin-left:-45px;
   margin-right:-45px;
   }
   
.ddrow2 li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:45px;
   padding-right:45px;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:56px;line-height:56px; font-size:16px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:56px; line-height:56px; color:#494949; border-bottom:1px solid #f2f2f2;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:56px; line-height:56px; color:#000000; background:url(../images/jtt.png) center right; background-repeat:no-repeat; border-bottom:1px solid #1a32b6;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.xxd {
    width:100%;
    height: auto;
    overflow: hidden;
	padding-top:60px;
    background-color: #FFFFFF;
}

.xxd-aa {
   width:35%;
   padding-top:23px;
   float:left;
   }
   
.xxd-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:35px;
   color:#060606;
   margin-top:0px;
   margin-bottom:5px;
   }
   
.xxd-aa h3 {
   font-family: 'AvantGardeITCbyBT-Bold', Helvetica, Arial, sans-serif;
   font-size:62px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.xxd-bb {
   width:28.5%;
   height:680px;
   padding-left:75px;
   padding-right:75px;
   border-left:1px solid #f2f2f2;
   float:left;
   }
   
.xxd-bb li {
   list-style-type:none;
   line-height:62px;
   }
   
.xxd-cc {
   width:36.5%;
   height:680px;
   padding-left:62px;
   border-left:1px solid #f2f2f2;
   float:right;
   }
   
.xxd-cc li {
   list-style-type:none;
   color:#494949;
   line-height:52px;
   border-bottom:1px solid #e6e6e6;
   }
   
.xxd-cc li a {
   color:#494949;
   }
	

.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1630px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.logo {
   height:auto; overflow:hidden;
   padding-right:30px;
   border-right:1px solid rgba(255,255,255,0.3);
   }
   
.logox {
   height:auto; overflow:hidden;
   padding-right:30px;
   border-right:1px solid rgba(0,0,0,0.05);
   }
   
ul {
   padding:0px;
   margin:0px;
   }
   
.yuyan {
   float:left;
   height:auto;
   line-height:88px;
   padding-left:15px;
   padding-right:15px;
   border-left:1px solid rgba(255,255,255,0.3);
   }
   
.yuyan a {
   color:#FFFFFF;
   }
   
.yuyan2 {
   float:left;
   height:auto;
   line-height:88px;
   padding-left:15px;
   padding-right:15px;
   border-left:1px solid rgba(0,0,0,0.05);
   }
   
.sousuo {
    width: 88px;
    height: 88px;
    line-height:88px;
	float:right;
    text-align: center;
	border-left:1px solid rgba(255,255,255,0.3);
    float: right;
}
.sousuo a {
   cursor:pointer;
   }  
   
.sousuo2 {
    width: 88px;
    height: 88px;
    line-height:88px;
	float:right;
    text-align: center;
	border-left:1px solid rgba(0,0,0,0.05);
    float: right;
}
.sousuox a {
   cursor:pointer;
   } 
   
.search-alert {
   position: fixed;
   background-color: #222222;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 10000;
   display: none;
}

.search-alert .close {
   display: block;
   width: 30px;
   height: 30px;
   background: url(../images/img5-4.png) no-repeat center;
   position: absolute;
   top: 38px;
   right: 2.6%;
   cursor: pointer;
   -webkit-transition: -webkit-transform 0.3s ease 0s;
   transition: transform 0.3s ease 0s;
   z-index: 10000;
}

.search-alert .cent-form {
   position: absolute;
   width: 94.8%;
   left: 2.6%;
   top: 50%;
   height: 124px;
   margin-top: -63px;
   border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
   border: none;
   font-size: 66px;
   height: 124px;
   line-height: 124px;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   color: #555;
   background: none;
   padding-left: 88px;
   padding-right: 80px;
   background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
   border: none;
   height: 100px;
   margin-top: 24px;
   font-size: 24px;
   line-height: 100px;
   color: #555;
   text-align: right;
   background: none;
   position: absolute;
   right: 0;
   top: 0;
   width: 100px;
   text-align: center;
}

.search-alert .close:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}

.search-alert .cent-form .tex {
   border: none;
   font-size: 20px;

}

.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }
   
.banner {
   position:relative;
   }
   
@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}

   
.fudong {
   position:absolute;
   width:100%;
   left:0px;
   bottom:135px;
   z-index:8;
   }
   
.fdxx {
   width:106px;
   height:140px;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   margin:0 auto;
   }
   
.fdxx a {
   cursor:pointer;
   }
   
.banner img {
   width:100%;
   }
   
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
	left:0px;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index:8;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
	right:0px;
}

.abbj {
   height:auto;
   padding-bottom:120px;
   background-color:#f2f7fc;
   }
   
.about {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   margin-top:-83px;
   z-index:8;
   }
   
.about-aa {
   width:50%;
   float:left;
   }
   
.about-bb {
   width:50%;
   padding:70px;
   padding-top:96px;
   padding-bottom:0px;
   font-size:16px;
   line-height:30px;
   color:#25272b;
   float:right;
   }
   
.about-bb h2 {
   font-family: 'ElectroluxSans_5_Bold', Helvetica, Arial, sans-serif;
   font-size:49px;
   color:#25272b;
   margin-top:0px;
   margin-bottom:18px;
   }
   
.about-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#25272b;
   margin-top:0px;
   margin-bottom:68px;
   }
   
.abmore {
   margin-top:120px;
   font-size:19px;
   color:#30343d;
   height:auto; overflow:hidden;
   line-height:75px;
   border-top:1px solid rgba(179,179,179,.1);
   }
   
.abmore-aa {
   width:50%;
   float:left;
   }
   
.abmore-bb {
   width:50%;
   float:right;
   text-align:right;
   } 
   
.abmore a {
   color:#30343d;
   }
   
.chanpin {
   height:auto; overflow:hidden;
   background:url(../images/cpbj.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 600px;
   background-color:#f8f8f8;
   padding-top:60px;
   padding-bottom:50px;
   }  
   
.cplan {
   height:auto; overflow:hidden;
   margin-bottom:54px;
   }
   
.cplan-aa {
   width:70%;
   font-size:16px;
   color:#FFFFFF;
   float:left;
   }
   
.cplan-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:9px;
   }
   
.cplan-bb {
   width:25%;
   float:right;
   }
   
.cpmore {
   width:197px;
   height:58px;
   float:right;
   }
   
.cpmore a {
   display:block;
   width:100%;
   font-size:16px;
   color:#212326;
   height:auto; overflow:hidden;
   line-height:58px;
   padding-left:30px;
   background:url(../images/cpmore.jpg);
   }
   
.cprow {
   height:auto; overflow:hidden;
   margin-top:54px;
   margin-left:-6px;
   margin-right:-6px;
   }
   
.cprow li {
   list-style-type:none;
   width:33.3%;
   padding-left:6px;
   padding-right:6px;
   float:left;
   }
   
.cpfl {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.cpfl-zi {
   position:absolute;
   width:100%;
   font-size:16px;
   padding:36px;
   padding-bottom:0px;
   color:#FFFFFF;
   left:0px;
   bottom:0px;
   z-index:8;   
   }
   
.cpfl-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.cpfl img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpfl:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpfl section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.cpmt {
   height:auto; overflow:hidden;
   margin-top:32px;
   line-height:55px;
   border-top:1px solid rgba(255,255,255,.2);
   }
   
.cpmt-aa {
   width:60%;
   float:left;
   }
   
.cpmt-bb {
   width:40%;
   float:right;
   text-align:right;
   }
   
.cpmt-bb img {
   width:auto;
   }
   
.cpdd {
   position:absolute;
   width:100%;
   height:auto; overflow:hidden;
   line-height:70px;
   padding-left:36px;
   padding-right:36px;
   color:#FFFFFF;
   background-color:#0f4c81;
   left:0px;
   bottom:0px;
   opacity: 0;
   z-index:8;
   }  
   
.cpfl:hover .cpdd {
   opacity: 1;
   } 
   
.cpdd-aa {
   width:70%;
   float:left;
   }
   
.cpdd-bb {
   width:25%;
   text-align:right;
   float:right;
   }
   
.cpdd-bb img {
   width:auto;
   }
   
.kehu {
   height:auto; overflow:hidden;
   padding-top:40px;
   padding-bottom:92px;
   background-color:#f8f8f8;
   }
   
.kehu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.kehu h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:rgba(37,39,43,.6);
   margin-top:0px;
   margin-bottom:49px;
   }
   
.khrow {
   height:auto; overflow:hidden;
   margin-left:-9px;
   margin-right:-9px;
   }
   
.khrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:9px;
   padding-right:9px;
   margin-bottom:12px;
   }
   
.huoban {
   height:auto; overflow:hidden;
   color:#FFFFFF;
   background:url(../images/hbbj.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 100%;
   padding-top:37px;
   padding-bottom:100px;
   }
   
.huoban h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.huoban h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:66px;
   }
   
.hbtt {
   height:auto; overflow:hidden;
   }
   
.hbtt .swiper-container {
   padding-bottom:70px;
   }
   
.hbtt .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}  

.hbtt .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius:50%;
    background: #FFFFFF;
    opacity: 0.22;
}

.hbtt .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
	opacity: 1;
}

.hbtt img {
   width:100%;
   }
   
.lanmu {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:40px;
   }
   
.lmrow {
   margin-left:-130px;
   margin-right:-130px;
   }
   
.lmrow li {
   list-style-type:none;
   width:25%;
   float:left;
   text-align:center;
   color:rgba(37,39,43,.4);
   padding-left:130px;
   padding-right:130px;
   }
   
.lmrow li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#25272b;
   text-align:center;
   margin-top:12px;
   margin-bottom:3px;
   }
   
.lghh {
   background-color: rgba(0,0,0,0.8);
   }
   
.bottom {
   height:auto; overflow:hidden;
   padding-top:47px;
   color:rgba(255,255,255,0.6);
   background-color:#060606;
   }
   
.bottom a {
   color:rgba(255,255,255,0.6);
   }
   
.bottom a:hover {
   color:rgba(255,255,255,1);
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.bottom h2 a {
   color:#FFFFFF;
   }
   
.bottom h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:27px;
   }
   
.bmww {
   height:auto; overflow:hidden;
   }
      
.bmaa {
   width:16.75%;
   float:left;
   border-right:1px solid rgba(149,149,149,0.1);
   }
   
.lxhh {
   height:auto; overflow:hidden;
   }
   
.lxhh li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.lxhh-aa {
   width:30px;
   float:left;
   }
   
.lxhh-bb {
   width:203px;
   font-size:16px;
   float:left;
   margin-left:5px;
   }
   
.bmbb {
   width:43.125%;
   float:left;
   margin-left:2.3%;
   border-right:1px solid rgba(149,149,149,0.1);
   }
   
.bmxx {
   height:auto; overflow:hidden;
   }
   
.bmxx li {
   list-style-type:none;
   font-size:16px;
   line-height:27px;
   margin-bottom:18px;
   }
   
.bmcc {
   width:34.375%;
   float:right;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:16px;
   }
   
.bmrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.bmrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.kka {
   height:46px;
   background-color:#303135;
   border:1px solid #303135;
   }
   
.kkb {
   height:auto; overflow:hidden;
   background-color:#303135;
   border:1px solid #303135;
   }
   
.anniu {
   width:170px;
   height:47px;
   font-size:16px;
   color:#FFFFFF;
   background-color:#1a32b6;
   border:1px solid #1a32b6;
   border-radius:5px;
   }
   
.footer {
   height:auto; overflow:hidden;
   line-height:90px;
   font-size:16px;
   color:rgba(255,255,255,0.2);
   border-top:1px solid rgba(80,80,80,0.1);
   margin-top:45px;
   }
   
.footer a {
   color:rgba(255,255,255,0.2);
   }
   
.juyou {
   text-align:right;
   }
   
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
/* 视频 */
.bnn {
   position:relative;
   height:auto; overflow:hidden;
   margin-top:88px;
   }
   
.bnn img {
   width:100%;
   }
   
.bnnzi {
   position:absolute;
   width:100%;
   text-align:center;
   padding-top:10%;
   font-size:18px;
   color:#FFFFFF;
   left:0px;
   top:0px;
   }
   
.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.kuanww {
   width:1330px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.video {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:40px;
   }
   
.spkk {
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.spkk a {
   cursor:pointer;
   }
   
.spkk-zi {
   height:auto; overflow:hidden;
   line-height:50px;
   font-size:20px;
   color:#000000;
   border-bottom:1px solid #e0e0e0;
   white-space: nowrap;
   text-overflow: ellipsis;
   }
   
.spkk:hover .spkk-zi {  
   color:#1a32b6;
   border-bottom:1px solid #1a32b6; 
   transition: all 300ms ease-in 0ms;
   }
   
.huace {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:40px;
   }
   
/* 视频弹窗 */   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:756px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#2a54a8;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
}  

.sxdd a {
	padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #959494;
    font-size: 12px;
    color: #727171;
    border-radius: 20px;
    cursor: pointer;
} 

   
.sxdd a:hover {
    border:1px solid #a51b20;
	background-color:#a51b20;
	color:#FFFFFF;
   }

.sxdd .hover {
    color: #FFF;
    background-color: #428bca;
} 

/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   padding:0px;
   margin:0px;
   }
   
.icase ul li {
   list-style-type:none;
   } 
   
/* 学习中心 */
.xuexi {
   height:auto; overflow:hidden;
   margin-top:55px;
   margin-bottom:75px;
   }
   
.xxrow {
   height:auto; overflow:hidden;
   margin-left:-35px;
   margin-right:-35px;
   }  
   
.xxrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:35px;
   padding-right:35px;
   margin-bottom:25px;
   }
   
.txkuai {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   border:1px solid #f4f4f4;
   } 
   
.txkuai img {
   width:100%;
    aspect-ratio: 613/419;
    object-fit: cover;
   } 
   
.txkuai img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.txkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.txkuai section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.txkuai-zi {
   height:auto; overflow:hidden;
   padding-left:34px;
   padding-right:34px;
   color:#a3a3aa;
   } 
   
.txkuai:hover {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.txz-lan {
   height:auto; overflow:hidden;
   line-height:88px;
   font-size:18px;
   border-bottom:1px solid #e9e9e9;
   }
   
.txz-lan-aa {
   width:80%;
    height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   color:#333333;
   }
   
.txz-lan-bb {
   width:20%;
   float:right;
   text-align:right;
   }
   
.txz-lan-bb img {
   width:27px;
   }
   
.txz-nn {
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:70px;
   }
   
/* 应用案例 */

.allan {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   margin-top:-48px;
   }
   
.allan li {
   list-style-type:none;
   width:16.66%;
   float:left;
   }
   
.allan li a {
   display:block;
   font-size:18px;
   text-align:center;
   height:auto; overflow:hidden;
   line-height:76px;
   color:#4f4f56;
   }
   
.allan li a:hover {
   color:#0f4c81;
   }
   
.allan li > a::after {
    width: 0;
    transition: width .3s;
    height: 4px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #0f4c81;
}

.allan li > a:hover:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0f4c81;
}   

.allan li.hover a:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0f4c81;
}   

.alkuai {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:54px;
   }
   
.guanyu {
   height:auto; overflow:hidden;
   margin-top:55px;
   margin-bottom:75px;
   }
   
/* 产品列表 */
.cpbnn {
   height:auto; overflow:hidden;
   margin-top:88px;
   }
   
.cpbnn img {
   width:100%;
   }
   
.saomm {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:100px;
   color:#FFFFFF;
   background-color:#0f4c81;
   }
   
.saomm h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   margin-top:0px;
   margin-bottom:80px;
   }
   
.kuancp {
   width:1230px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.cprowt {
   height:auto; overflow:hidden;
   margin-left:-60px;
   margin-right:-60px;
   }
   
.cprowt li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:60px;
   padding-right:60px;
   }
   
.baojia {
   width:200px;
   height:64px;
   margin:76px auto 0px;
   }
   
.baojia a {
   display:block;
   width:100%;
   height:auto; overflow:hidden;
   line-height:64px;
   font-size:18px;
   text-align:center;
   color:#FFFFFF;
   border:2px solid #FFFFFF;
   }
   
.baojia a:hover {
   background-color:#FFFFFF;
   color:#0f4c81;
   }
   
.cplm {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   position:relative;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   margin-top:-40px;
   }
   
.cplm li {
   list-style-type:none;
   width:12.5%;
   float:left;
   }
   
.cplm .swiper-slide a {
   display:block;
   text-align:center;
   color:#4f4f56;
   font-size:16px;
   height:80px;
   line-height:76px;
   }
   
.cplm .swiper-slide > a::after {
    width: 0;
    transition: width .3s;
    height: 4px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#0f4c81;
}

.cplm .swiper-slide > a:hover:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0f4c81;
}

.cplm .swiper-slide.hover a:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0f4c81;
}

.cpww {
   height:auto; overflow:hidden;
   margin-top:85px;
   margin-bottom:78px;
   }
   
.cpww h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:44px;
   }
   
.cpww-k {
   height:auto; overflow:hidden;
   }
   
.cpww-aa {
   width:40%;
   float:left;
   }
   
.cpww-bb {
   width:53.2%;
   font-size:18px;
   line-height:36px;
   color:#4f4f56;
   float:right;
   }
   
.cpww-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#4f4f56;
   margin-top:80px;
   margin-bottom:40px;
   }
   
.cpww-t {
   height:auto; overflow:hidden;
   font-size:24px;
   color:#0f4c81;
   line-height:46px;
   }
   
.cpww-t a {
   color:#0f4c81;
   }
   
.xinghao {
   height:auto; overflow:hidden;
   padding:55px;
   padding-top:56px;
   padding-bottom:72px;
   background-color:#f7f9fd;
   }
   
.xinghao h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#232328;
   text-align:center;
   margin-top:0px;
   margin-bottom:32px;
   }
   
.xhrow {
   height:auto; overflow:hidden;
   margin-left:-5px;
   margin-right:-5px;
   }
   
.xhrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:5px;
   padding-right:5px;
   }
   
.xhkk {
   height:auto; overflow:hidden;
   padding:15px;
   padding-top:32px;
   padding-bottom:60px;
   color:#4f4f56;
   line-height:28px;
   background-color:#FFFFFF;
   }
   
.xhkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.xhkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xhkk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.xhkk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#232328;
   margin-top:40px;
   margin-bottom:18px;
   }
   
.xhmore {
   width:200px;
   height:63px;
   margin:32px auto 0px;
   }
   
.xhmore a {
   display:block;
   width:100%;
   height:63px;
   line-height:63px;
   text-align:center;
   color:#FFFFFF;
   font-size:18px;
   background-color:#0f4c81;
   }
   
.xhmore a:hover {
   background-color:#000000;
   }  
   
.yingyong {
   height:auto; overflow:hidden;
   margin-top:56px;
   margin-bottom:80px;
   }
   
.yingyong h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#232328;
   text-align:center;
   margin-top:0px;
   margin-bottom:25px;
   } 
   
.yingyong h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#4f4f56;
   text-align:center;
   margin-top:0px;
   margin-bottom:45px;
   } 
   
.yyrow {
   height:auto; overflow:hidden;
   margin-left:-18px;
   margin-right:-18px;
   } 
   
.yyrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:18px;
   padding-right:18px;
   margin-top:32px;
   }  
   
.yymk {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.yymk-zi {
   position:absolute;
   width:100%;
   padding:14px;
   padding-top:20px;
   padding-bottom:20px;
   color:#FFFFFF;
   left:0px;
   bottom:0px;
   z-index:2;
   }
   
.yymk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   margin-bottom:3px;
   }
   
.yymk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.yymk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.yymk section {
   overflow: hidden;
   }
   
/* 产品详情 */
.gongneng {
   height:auto; overflow:hidden;
   padding-top:55px;
   padding-bottom:40px;
   background-color:#f7f9fd;
   } 
   
.gongneng h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   color:#000000;
   margin-top:56px;
   margin-bottom:68px;
   } 
   
.gnkk {
   height:auto; overflow:hidden;
   }
   
.gnaa {
   width:46.2%;
   float:left;
   } 
   
.gnbb {
   width:51.25%;
   font-size:18px;
   color:#4f4f56;
   line-height:36px;
   float:right;
   } 
   
.gnrow {
   height:auto; overflow:hidden;
   margin-left:-5px;
   margin-right:-5px;
   margin-top:30px;
   } 
   
.gnrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:5px;
   padding-right:5px;
   }
   
.gnww {
   height:auto; overflow:hidden;
   line-height:126px;
   text-align:center;
   font-size:18px;
   background-color:#FFFFFF;
   color:#232328;
   }
   
.gnww img {
   transition: all 300ms ease-in 0ms;
   }
   
.gnww:hover img {
-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	transition: all 300ms ease-in 0ms;
   }
   
.videox {
   height:auto; overflow:hidden;
   margin-top:55px;
   margin-bottom:85px;
   }
   
.videox h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   color:#232328;
   margin-top:0px;
   margin-bottom:45px;
    }
	
.xuanze {
   height:auto; overflow:hidden;
   padding-top:25px;
   padding-bottom:8px;
   font-size: 16px;
   background-color:#f3f3f3;
   }
   
.xuanze h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:5px;
   }
   
.xzrow {
   height:auto; overflow:hidden;
   margin-left:-17px;
   margin-right:-17px;
   }
   
.xzrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:17px;
   padding-right:17px;
   margin-top:40px;
   }
   
.xztt {
   width:124px;
   height:124px;
   margin:6px auto 0px;
   }
   
.xzrow li h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#387daf;
   text-align:center;
   margin-top:5px;
   margin-bottom:8px;
   }
   
.guige {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:80px;
   border-bottom:10px solid #eef7f9;
   }
   
.ggkuan {
   width:975px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.guige h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.ggtu {
   width:330px;
   margin:0 auto;
   }
   
.ggmore {
   width:165px;
   height:50px;
   margin:20px auto 0px;
   }
   
.ggmore a {
   display:block;
   width:100%;
   height:50px;
   line-height:50px;
   text-align:center;
   color:#FFFFFF;
   background-color:#000000;
   }
   
.ggmore a:hover {
   background-color:#387dac;
   }   
   
.chuangxin {
   height:auto; overflow:hidden;
   margin-top:75px;
   margin-bottom:90px;
   }
   
.chuangxin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.chuangxin h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:19px;
   height:auto; overflow:hidden;
   line-height:30px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.yanjiu {
   height:auto; overflow:hidden;
   padding-bottom:68px;
   border-bottom:1px solid #e1e1e1;
   font-size:16px;
   } 
   
.yanjiu h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#000000;
   margin-top:0px;
   margin-bottom:6px;
   } 
   
.lanse {
   color:#387dac;
   } 
   
.yjrow {
   height:auto; overflow:hidden;
   margin-left:-12px;
   margin-right:-12px;
   margin-top:16px;
   }
   
.yjrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   }
   
.yjtu {
   height:auto; overflow:hidden;
   }
   
.yjtu img {
   border-radius:50%;
   }
   
.yjtu p {
   text-align:center;
   margin-top:2px;
   }
   
.yanjiu2 {
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:25px;
   font-size:16px;
   } 
   
.yanjiu2 h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#000000;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.yjrow2 {
   height:auto; overflow:hidden;
   margin-left:-12px;
   margin-right:-12px;
   margin-top:16px;
   } 
   
.yjrow2 li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   margin-bottom: 20px;
   }
   
.yjtux {
   height:auto; overflow:hidden;
   }
   
.yjtux img {
   width:100%;
   }
   
.yjtux p {
   text-align:center;
   margin-top:2px;
   }
   
.smore {
   width:305px;
   height:50px;
   margin:55px auto 0px;
   }
   
.smore a {
   display:block;
   width:100%;
   height:55px;
   line-height:55px;
   color:#FFFFFF;
   text-align:center;
   background-color:#000000;
   }
   
.smore a:hover {
   background-color:#387dac;
   }
   
.moxin {
   height:auto; overflow:hidden;
   margin-top:36px;
   margin-bottom:30px;
   }
   
.moxin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   color:#000000;
   margin-top:0px;

   }
 
.moxin h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   text-align:center;
   color:#000000;
   margin-top:20px;
   margin-bottom:85px;
   }
   
.mxrow {
   height:auto; overflow:hidden;
   margin-left:-12px;
   margin-right:-12px;
   }
   
.mxrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   margin-bottom:30px;
   }
   
.mxtu {
   height:auto; overflow:hidden;
   }
   
.mxtu img {
    width:100%;
}
   
.mxtu p {
   height:auto; overflow:hidden;
   line-height:37px;
   margin:0px;
   text-align:center;
   font-size:18px;
   color:#387dac;
   border-bottom:1px dashed #e3e3e3;
   }
   
.help {
   height:auto; overflow:hidden;
   background-color:#e3e4e4;
   }   
   
.help-lan {
   height:auto; overflow:hidden;
   line-height:80px;
   background-color:#274354;
   color:#FFFFFF;
   font-size:40px;
   text-align:center;
   margin-top:10px;
   } 
   
.help-nn {
   height:auto; overflow:hidden;
   padding-top:15px;
   padding-bottom:15px;
   position:relative;
   } 
   
.helpjt {
   position:absolute;
   left:48.5%;
   top:0px;
   width:54px;
   }
   
.help-nn li {
   list-style-type:none;
   width:33.3%;
   border-right:1px solid #f1f1f1;
   text-align:center;
   padding-top:12px;
   padding-bottom:18px;
   float:left;
   }
   
.help-nn li:hover {
  background-color:#FFFFFF;
  transition: all 300ms ease-in 0ms;
   }
   
.help-nn li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#000000;
   text-align:center;
   margin-top:8px;
   margin-bottom:15px;
   }  
   
.hpmore {
   width:108px;
   height:46px;
   margin:0 auto;
   }
   
.hpmore a {
   display:block;
   width:108px;
   height:46px;
   line-height:46px;
   text-align:center;
   color:#FFFFFF;
   background-color:#000000;
   }   
   
.hpmore a:hover {
   background-color:#397fac;
   }  
   
.you {
   display:block;
   }
   
.wu {
   display:none;
   }   
   
/* 3D内容中心 */   
.cplm2 {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    margin-top: -40px;
} 

.cplm2 li {
    list-style-type: none;
    width: 20%;
    float: left;
}

.cplm2 li a {
   display:block;
   text-align:center;
   color:#4f4f56;
   font-size:18px;
   height:80px;
   line-height:76px;
   }
   
.cplm2 li > a::after {
    width: 0;
    transition: width .3s;
    height: 4px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#0f4c81;
}

.cplm2 li > a:hover:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0f4c81;
}

.cplm2 li.hover a:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#0f4c81;
}
   
.saomk {
   height:auto; overflow:hidden;
   margin-top:72px;
   margin-bottom:80px;
   } 
   
.saomk-aa {
   width:48.125%;
   float:left;
   }
   
.saomk-aa img {
   width:100%;
   }   
   
.saomk-aa .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
    left: 0;
    width: 100%;
}  

.saomk-aa .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #FFFFFF;
    opacity: 0.5;
}

.saomk-aa .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
	opacity: 1;
}
   
.saomk-bb {
   width:50%;
   line-height:30px;
   color:#555555;
   float:right;
   }  
   
.saomk-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#555555;
   margin-top:75px;
   margin-bottom:9px;
   }

.baojiaw {
   width:200px;
   height:62px;
   margin-top:26px;
   }
   
.baojiaw a {
   display:block;
   width:100%;
   height:62px;
   line-height:62px;
   text-align:center;
   color:#FFFFFF;
   font-size:18px;
   background-color:#0f4c81;
   }
   
.baojiaw a:hover {
   background-color:#000000;
   }
   
.skk {
   margin-top:23px;
   height:auto; overflow:hidden;
   }
   
.why {
   height:auto; overflow:hidden;
   margin-top:70px;
   margin-bottom:100px;
   }
   
.why h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   text-align:center;
   color:#98989a;
   margin-top:0px;
   margin-bottom:66px;
   } 
   
.whrow {
   height:auto; overflow:hidden;
   margin-left:-12px;
   margin-right:-12px;
   }
   
.whrow li {
   list-style-type:none;
   width:20%;
   color:#5f5f5f;
   font-size:16px;
   padding-left:12px;
   padding-right:12px;
   line-height:27px;
   float:left;
   } 
   
.whrow li h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   text-align:center;
   color:#333333;
   margin-top:8px;
   margin-bottom:8px;
   }
   
.whtu {
   width:150px;
   margin:0 auto;
   } 
   
.whmore {
   width:150px;
   height:44px;
   margin:150px auto 0px;
   }
   
.whmore a {
   display:block;
   width:100%;
   height:44px;
   line-height:44px;
   color:#333333;
   border:1px solid #333333;
   text-align:center;
   border-radius: 5px;
   }
   
.xingqu {
   height:auto; overflow:hidden;
   margin-top:145px;
   margin-bottom:100px;
   } 
   
.xingqu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#98989a;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   } 
   
.xqrow {
    height:auto; overflow:hidden;
	margin-left:-20px;
	margin-right:-20px;
	}

.xqrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:20px;
   padding-right:20px;
   }
   
.xqkk {
   height:auto; overflow:hidden;
   color:#555555;
   line-height:23px;
   }
   
.xqkk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#98989a;
   margin-top:18px;
   margin-bottom:10px;
   }
   
.ziyuan {
   height:auto; overflow:hidden;
   padding:50px;
   padding-bottom:120px;
   }
   
.ziyuan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#555555;
   text-align:center;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.ziyuan h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#555555;
   text-align:center;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.zyrow {
   height:auto; overflow:hidden;
   margin-left:-15px;
   margin-right:-15px;
   }
   
.zyrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:15px;
   padding-right:15px;
   margin-top:80px;
   }
   
.zytu {
   height:auto; overflow:hidden;
   color:#98989a;
   line-height:25px;
   }
   
.zytu img {
   width:100%;
   }
   
.zytu h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:48px;
   color:#98989a;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:40px;
   margin-bottom:14px;
   }
   
.zyzi {
   height:80px; overflow:hidden;
   }
   
.modal-dialog {
    width: 660px;
    margin: 100px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #0068b7;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #0068b7;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
}     
   
.kkx {
   height:40px;
   background-color:#FFFFFF;
   border:1px solid #b3b3b3;
   border-radius: 0;
   }
   
.kky {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   border:1px solid #b3b3b3;
   border-radius: 0;
   } 
   
.xzkk {
   height:auto; overflow:hidden;
   }
   
/* 下载 */
.idown ul {
    padding: 5px 0px 30px;
	height:auto; overflow:hidden;
}

.idown ul li {
   list-style-type:none;
    margin-bottom: 10px;
}

.idown ul li a {
    display: flex;
    background: #fff;
    padding: 5px 15px 5px 5px;
    justify-content: space-between;
    border: 1px #ddd solid;
    align-items: center;
    transition: .3s;
}

.idown ul li a section {
    display: flex;
}

.idown ul li a section small {
    margin: 0px 15px 0px 0px;
    width: 60px;
}

.idown ul li a section small img {
    max-width: 100%;
}

.idown ul li a section big {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.idown ul li a section big p {
    font-size: 1.6rem;
    color: #333333;
    width: 100%;
    line-height: 26px;
}

.idown ul li a section big b {
    font-size: 1.4rem;
    color: rgba(0,0,0,.4);
    font-weight: normal;
    line-height: 18px;
}

.idown ul li a span {
    border: 1px #0068b7 solid;
    color: #0068b7;
    line-height: 20px;
    padding: 5px 25px;
    transition: .3s;
    margin: 5px 0px;
}

.idown ul li a:hover span {
    border: 1px #0068b7 solid;
	background-color:#0068b7;
    color: #FFFFFF;
   }
   
/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #0068b7;
}
.page_list a:first-child:hover{
	background: #0068b7 url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #0068b7 url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
} 

/* 新闻 */
.xwnei {
   height:auto; overflow:hidden;
   margin-bottom:60px;
   }

.tjhh {
   height:auto; overflow:hidden;
   margin-top:60px;
   padding:15px;
   }    
   
.tjzi {
   height:auto; overflow:hidden;
   padding-left:60px;
   padding-right:60px;
   padding-bottom:35px;
   font-size:18px;
   line-height:28px;
   color:#9898a0;
   }
   
.tjzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:27px;
   height:96px;
   overflow:hidden;
   color:#000000;
   margin-top:30px;
   margin-bottom:18px;
   padding-bottom:40px;
   border-bottom:2px solid #0b46ac;
   }
   
.tjzi h3 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:17px;
   color:#000000;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.tjzz {
   height:178px;
   overflow:hidden;
   }
   
.tjmore {
   margin-top:36px;
   color:#0b46ac;
   font-size:16px;
   }
   
.tjhh:hover .tjzi {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.tjhh:hover h2 {
   transition: all 300ms ease-in 0ms;
   border-bottom:2px solid #0b46ac;
   }
   
.tjhh img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.tjhh:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.tjhh section {
   overflow: hidden;
   } 
   
.abww {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:40px;
   line-height:26px;
   } 
   
.fwkuai {
   height:auto; overflow:hidden;
   margin-top:40px;
   margin-bottom:40px;
   font-size:18px;
   line-height:36px;
   } 
   
.fwkuai img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }
   
/* 新闻内新 */
.dangqian {
   height:auto; overflow:hidden;
   line-height:90px;
   color:#666666;
   }
   
.dangqian a {
   color:#666666;
   }
   
.xqss {
   color:#0068b7;
   }
   
.xwnn {
   height:auto; overflow:hidden;
   padding:75px;
   padding-bottom:50px;
   }
   
.xwnn h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.fabu {
   width:600px;
   height:auto; overflow:hidden;
   line-height:25px;
   border-bottom:1px solid #fbfbfb;
   padding-bottom:15px;
   margin:0 auto;
   }
   
.fabu li {
   list-style-type:none;
   width:33.3%;
   text-align:center;
   line-height:25px;
   color:#333333;
   float:left;
   }
   
.fabu-fg {
   background:url(../images/fenge.jpg) center right; background-repeat:no-repeat;
   }
   
.xwxq {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:60px;
   color:#666666;
   font-size:18px;
   line-height:27px;
   border-bottom:1px solid #fbfbfb;
   text-indent:2em;
font-family: "Microsoft YaHei" !important;
   }
.xwxq span{
font-family: "Microsoft YaHei" !important;
}
.xwxq img{
    display: block;
    margin: 0 auto;
}
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiaok-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiaok-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}    
   
/* 联系我们 */
.lxkuai {
    margin-top: 55px;
    margin-bottom: 55px;
    line-height: 36px;
    font-size: 16px;
}

.lxkuai h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 37px;
    color: #333333;
    margin-top: 26px;
    margin-bottom: 67px;
    padding-bottom: 46px;
    background: url(../images/hua.jpg) left bottom;
    background-repeat: no-repeat;
} 

.liuyan {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:45px;
   background-color:#ededed;
   }
   
.liuyan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:16px;
   color:#2d2d2d;
   text-align:center;
   }
   
.liuyan h3 {
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   font-size:42px;
   font-weight:bold;
   text-align:center;
   color:#2d2d2d;
   margin-top:0px;
   margin-bottom:75px;
   }   
   
.hzi {
   color:#0068b7;
   }
   
.biaox {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biaox h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kke {
   height:60px;
   border:1px solid #d2d2d2;
   }
   
.kkr {
   border:1px solid #d2d2d2;
   }
   
.anniuw {
   width:208px;
   height:54px;
   background-color:#0068b7;
   border:1px solid #0068b7;
   padding:0px;
   } 
   
.menu ul.nrleft {
   margin-left:-300px;
   } 
   
.hidex {
   top:-88px;
   }  
   
.fanhui {
    position: fixed;
    width:60px;
    right:20px;
    bottom:10%;
}

.fanhui a {
    display: block;
    width:60px;
    height:60px;
    line-height: 60px;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    background-color: #397dac;
}

.fanhui a:hover {
    background-color: #000000;
}  

.ruanjian {
   height:auto; overflow:hidden;
   margin-top:55px;
   }
   
.rjrow {
   margin-left:-45px;
   margin-right:-45px;
   }
   
.ruanjian li {
   list-style-type:none;
   width:33.3%;
   padding-left:45px;
   padding-right:45px;
   font-size:14px;
   color:rgba(0,0,0,.6);
   line-height:38px;
   float:left;
   }
   
.ruanjian li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   padding-bottom:15px;
   border-bottom:1px solid #ebebeb;
   margin-bottom:12px;
   }
   
/* 软件产品 */
.rjkuan {
   width:1360px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.bnnk {
   height:auto; overflow:hidden;
   margin-top:144px;
   margin-bottom:42px;
   }
   
.rjtn {
   height:auto; overflow:hidden;
   margin-top:10px;
   }
   
.rjtn-aa {
   width:62.8%;
   color:#5c5c5c;
   float:left;
   }
   
.rjtn-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#000000;
   margin-top:112px;
   margin-bottom:15px;
   }
   
.rjtn-bb {
   width:34.2%;
   float:right;
   }
   
.tedian {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:70px;
   background-color:#f4f4f4;
   }
   
.tedian h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#0f4c81;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.tdnn {
   height:auto; overflow:hidden;
   }
   
.tdnn-aa {
   width:47.8%;
   float:left;
   }
   
.tdnn-bb {
   width:48.7%;
   float:right;
   }
   
.tdnn-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   color:#57565b;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.tdnn-bb li {
   font-size:16px;
   color:#57565b;
   line-height:26px;
   }

.tdlie {
   height:auto; overflow:hidden;
   margin-top:36px;
   }
   
.tdlie-hh {
   padding-top:30px;
   padding-bottom:30px;
   height:auto; overflow:hidden;
   border-top:1px solid #afafaf;
   }
   
.tdlie-aa {
   width:47.8%;
   float:left;
   }
   
.tdlie-bb {
   width:48.7%;
   float:right;
   }
   
.tdlie-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   color:#57565b;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.tdlie-bb li {
   font-size:16px;
   color:#57565b;
   line-height:26px;
   }
   
.liucheng {
   height:auto; overflow:hidden;
   margin-top:56px;
   margin-bottom:72px;
   }
   
.liucheng h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#0f4c81;
   margin-top:0px;
   margin-bottom:27px;
   }
   
.shipin {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:109px;
   color:#FFFFFF;
   background-color:#0f4c81;
   }
   
.shipin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.shipin li {
   list-style-type:none;
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:30px;
   border-bottom:1px solid #87a6c0;
   }
   
.shipin-aa {
   width:47.8%;
   float:left;
   }
   
.shipin-bb {
   width:48.7%;
   text-align:center;
   font-size:22px;
   line-height:36px;
   padding-top:112px;
   float:right;
   }
   
.xiazai {
   height:auto; overflow:hidden;
   margin-top:68px;
   margin-bottom:114px;
   }
   
.xiazai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#0f4c81;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.xiazai li {
   list-style-type:none;
    height:auto; overflow:hidden;
   line-height:94px;
   margin-bottom:2px;
   }
   
.xiazai li a {
   color:#FFFFFF;
   }
   
.xzaa {
   width:50%;
   font-size:20px;
   text-align:center;
   background-color:#1c598e;
   float:left;
   }
   
.xzbb {
   width:50%;
   font-size:20px;
   padding-left:14px;
   color:#000000;
   background-color:#edf6ff;
   float:right;
   }

.fuwu {
   height:auto; overflow:hidden;
   margin-top:55px;
   }
   
.fuwu li {
    list-style-type: none;
    font-size: 14px;
	height:auto; overflow:hidden;
	border-bottom: 1px solid #ebebeb;
    color: rgba(0,0,0,.6);
    line-height: 38px;
}

.wgxq {
    display:flex;
    align-items:center;
}

.yanzz {
   width:100%;
   }
   
.yanzz-aa {
   width:122px;
   float:left;
   }
   
.yanzz-bb {
   width:20%;
   float:left;
   margin-left:1%;
   }


@media (min-width: 1800px) and (max-width: 2000px) {

.menu ul.sub_menu {
    position: absolute;
    width: 1700px;
    height: 830px;
    display: none;
    z-index: 999;
    margin-left: -550px;
}

.menu ul.nrleft {
   margin-left:-700px;
   } 

}
   
@media (min-width: 1600px) and (max-width: 1800px) {
.logo {
    height: auto;
    overflow: hidden;
    padding-right: 0px;
}

.nav {
    padding-left: 200px;
}

.zytu h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:34px;
   color:#98989a;
   margin-top:30px;
   margin-bottom:14px;
   }
   
.menu ul.sub_menu {
    position: absolute;
    width: 1500px;
    display: none;
    z-index: 999;
    margin-left: -500px;
}

.menu ul.nrleft {
   margin-left:-650px;
   }   
   
}

@media (min-width: 1600px) and (max-width: 1700px) {
.kuanping {
   width:100%;
   }
}
   
@media (min-width: 1400px) and (max-width: 1600px) {
.kuanping {
   width:100%;
   }

.nav {
    padding-left: 160px;
} 

.navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}  

.logo {
    height: auto;
    overflow: hidden;
    padding-right: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 16px;
}

.zytu h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#98989a;
   margin-top:30px;
   margin-bottom:14px;
   }
   
.saomk-bb h2 {
    margin-top: 45px;
    margin-bottom: 9px;
}

.menu ul.sub_menu {
    position: absolute;
    width: 1300px;
    display: none;
    z-index: 999;
    margin-left: -450px;
}

.menu ul.nrleft {
   margin-left:-550px;
   } 

}

@media (min-width: 1200px) and (max-width: 1400px) {
.kuanping {
   width:100%;
   }
   
.kuanww {
   width:100%;
   }
   
.nav {
    padding-left: 60px;
}

.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
} 

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 16px;
}

.zytu h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:25px;
   color:#98989a;
   margin-top:30px;
   margin-bottom:14px;
   }
   
.saomk-bb h2 {
    margin-top: 25px;
    margin-bottom: 9px;
}

.menu ul.sub_menu {
    position: absolute;
    width: 1100px;
    display: none;
    z-index: 999;
    margin-left: -350px;
}

.menu ul.nrleft {
   margin-left:-450px;
   }
   
.rjkuan {
   width:100%;
   }


}


@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}

body {
   margin-top:58px;
   }

.kuanping {
   width:100%;
   }
   
.kuanww {
   width:100%;
   }
   
.logo {
   width:170px;
    height: auto;
    overflow: hidden;
    padding-right: 0px;
}

.logox {
   width:170px;
    height: auto;
    overflow: hidden;
    padding-right: 0px;
}
   
.navbar-inverse {
   background-color: rgba(0,0,0,0.8);
   }
   
.bnn {
   margin-top:58px;
   }  
   
   
.cpbnn {
   margin-top:58px;
   }  
   
.abbj {
    height: auto;
	padding:0px;
	padding-top:15px;
    padding-bottom: 30px;
}

.about-aa {
    width: 100%;
}

.about-bb {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #25272b;
}

.about {
    margin-top: 0px;
}

.about-bb h2 {
    font-size: 25px;
    color: #25272b;
    margin-top: 0px;
    margin-bottom: 10px;
}

.about-bb h3 {
    font-size: 16px;
    color: #25272b;
    margin-top: 0px;
    margin-bottom: 20px;
}

.abmore {
    margin-top: 30px;
    font-size: 14px;
    color: #30343d;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

.chanpin {
    height: auto;
    overflow: hidden;
	background: url(../images/cpbj.jpg) top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 25px;
}

.cplan-aa {
    width: 100%;
    font-size: 14px;
}

.cplan-aa h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 9px;
}

.cplan-bb {
    width: 100%;
}

.cpmore {
    width: 100%;
    height: 40px;
	margin-top:10px;
}

.cpmore a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #212326;
	background:none;
	background-color:#FFFFFF;
    height: auto;
    overflow: hidden;
	text-align:center;
    line-height: 40px;
    padding-left: 0px;
}

.cprow {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.cprow li {
    width: 100%;
	margin-bottom:10px;
}

.kehu {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f8f8f8;
}

.kehu h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.kehu h3 {
    font-size: 14px;
    color: rgba(37,39,43,.6);
    margin-top: 0px;
    margin-bottom: 20px;
}

.khrow li {
    list-style-type: none;
    width: 50%;
    margin-bottom: 10px;
}

.huoban {
    height: auto;
    overflow: hidden;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 30px;
}

.huoban h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 12px;
}

.huoban h3 {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
}

.lmrow {
    margin-left: -10px;
    margin-right: -10px;
}

.lmrow li {
    list-style-type: none;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:10px;
}

.bottom {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    color: rgba(255,255,255,0.6);
    background-color: #060606;
	margin-bottom:50px;
}

.bottom h2 {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bmaa {
    width: 100%;
}

.bmcc {
    width: 100%;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.footer {
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255,255,255,0.2);
    border-top: 1px solid rgba(80,80,80,0.1);
    margin-top: 20px;
}

.navbar-collapse {
    max-height: 450px;
}

.yuyan {
    float: left;
    height: auto;
	color:#FFFFFF;
    line-height: 50px;
	border-left: 1px solid rgba(80,80,80,0);
}

.yuyan2 {
    float: left;
    height: auto;
	color:#333333;
    line-height: 50px;
	border-left: 1px solid rgba(0,0,0,0.05);
}

.sousuo {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.sousuo2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
}



.fygnav {
    padding: 0px;
	height:50px;
	background-color:#0065cf;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0065cf; height:50px; padding-top:3px; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#0065cf;}

.fygnav li p {
   margin-top:2px;
   }


.allan li {
    list-style-type: none;
    width: 50%;
}

.allan li a {
    font-size: 16px;
    text-align: center;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    color: #4f4f56;
}

.allan {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.xxrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.xxrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.alkuai {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 25px;
}

.txkuai-zi {
    height: auto;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    color: #a3a3aa;
}

.txz-lan {
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
}

.txz-nn {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
}

.bnnzi {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 5%;
    font-size: 14px;
}

.bnnzi h2 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 6px;
}

.spkk {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.spkk-zi {
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #e0e0e0;
}

.fudong {
   display:none;
   }
   
.kuancp {
   width:100%;
   }
   

.cplm2 {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
   
.cplm2 li {
    list-style-type: none;
    width: 50%;
}

.cplm2 li a {
    display: block;
    text-align: center;
    color: #4f4f56;
    font-size: 16px;
    height: 50px;
    line-height: 46px;
}

.saomk {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.saomk-aa {
    width: 100%;
}

.saomk-bb {
    width: 100%;
    line-height: 30px;
}

.saomk-bb h2 {
    font-size: 20px;
    color: #555555;
    margin-top: 25px;
    margin-bottom: 9px;
}

.baojiaw {
    width: 100%;
    height: 40px;
    margin-top:15px;
}

.baojiaw a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #0f4c81;
}

.baojiaw a:hover {
    background-color: #000000;
	}

.why {
    height: auto;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 50px;
}

.why h2 {
    font-size: 20px;
    text-align: center;
    color: #98989a;
    margin-top: 0px;
    margin-bottom: 30px;
}

.whrow {
    height: auto;
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
}

.whrow li {
    list-style-type: none;
    width: 20%;
    color: #5f5f5f;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 27px;
    float: left;
}

.why .swiper-container {
   padding-bottom:40px;
   }

.why .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}  

.why .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #98989a;
    opacity: 1;
}

.why .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #0f4c81;
	opacity: 1;
}

.whmore {
    width: 150px;
    height: 44px;
    margin: 40px auto 0px;
}

.xingqu {
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 40px;
}

.xingqu h2 {
    font-size: 20px;
    color: #98989a;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.xqrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.xqrow li {
    list-style-type: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.ziyuan {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.ziyuan h2 {
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8px;
}

.ziyuan h3 {
    font-size: 12px;
    color: #555555;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.zyrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin-top: 20px;
}

.zytu h4 {
    font-size: 18px;
    color: #98989a;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 6px;
}

.guanyu {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 35px;
}

.saomm {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.saomm h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.cprowt {
    height: auto;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.cprowt li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
	margin-top:10px;
}

.baojia {
    width: 100%;
    height: 40px;
    margin: 20px auto 0px;
}

.baojia a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.cplm {
    margin-top: 15px;
}

.cplm li {
    list-style-type: none;
    width: 25%;
    float: left;
}

.cplm li a {
    display: block;
    text-align: center;
    color: #4f4f56;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
}

.cpww {
    height: auto;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 40px;
}

.cpww h2 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.cpww-aa {
    width: 100%;
}

.cpww-bb {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #4f4f56;
}

.cpww-bb h3 {
    font-size: 18px;
    color: #4f4f56;
    margin-top: 40px;
    margin-bottom: 20px;
}

.cpww-t {
    font-size: 16px;
    color: #0f4c81;
    line-height: 30px;
}

.xinghao {
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.xhrow li {
    list-style-type: none;
    width: 100%;
	margin-bottom:15px;
}

.xhkk {
    height: auto;
    overflow: hidden;
    padding: 15px;
    color: #4f4f56;
    line-height: 25px;
    background-color: #FFFFFF;
}

.xhkk h3 {
    font-size: 18px;
    color: #232328;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xhmore {
    width: 100%;
    height: 40px;
    margin: 20px auto 0px;
}

.xhmore a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.yingyong {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 40px;
}

.yingyong h2 {
    font-size: 20px;
    color: #232328;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.yingyong h3 {
    font-size: 14px;
    color: #4f4f56;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

.yyrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
}

.yymk-zi {
    position:relative;
	height:100px; overflow:hidden;
    width: 100%;
    padding: 10px;
    color: #333333;
}

.yymk-zi h4 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.gongneng {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.gongneng h2 {
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 30px;
}

.gnaa {
    width: 100%;
}

.gnbb {
    width: 100%;
    font-size: 16px;
    color: #4f4f56;
    line-height: 25px;
}

.gnrow {
    margin-top: 15px;
}

.gnrow li {
    list-style-type: none;
    width: 50%;
	margin-bottom:10px;
}

.gnww {
    height: auto;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.videox {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 35px;
}

.videox h2 {
    font-size: 20px;
    text-align: center;
    color: #232328;
    margin-top: 0px;
    margin-bottom: 25px;
}

.xuanze h2 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.xzrow li {
    list-style-type: none;
    width: 100%;
    margin-top: 20px;
}

.ggkuan {
   width:100%;
   }
   
.ggtu {
    width: 92%;
}

.ggkuan img {
   width:100%;
   }
   
.guige {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}   

.chuangxin {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
}

.chuangxin h2 {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.chuangxin h3 {
    font-size: 16px;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.yjrow li {
    list-style-type: none;
    width: 50%;
}

.yanjiu {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.yjrow2 li {
    list-style-type: none;
    width: 100%;
}

.smore {
    width: 100%;
    height: 30px;
    margin: 25px auto 0px;
}

.smore a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.moxin h2 {
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: 0px;
}

 
.moxin h4 {
   font-size:15px;
   text-align:center;
   color:#000000;
   margin-top:20px;
   margin-bottom: 30px;
   line-height: 20px;
   }

.help-lan {
   height:auto; overflow:hidden;
   line-height:40px;
   background-color:#274354;
   color:#FFFFFF;
   font-size:24px;
   }
   
.helpjt {
    position: absolute;
    left: 45%;
}

.help-nn li h2 {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 8px;
}

.xuexi {
    margin-top: 25px;
    margin-bottom: 35px;
}

.modal-dialog {
    width: 95%;
    margin: 10% auto;
}

.tjhh {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.tjzi {
    height: auto;
    overflow: hidden;
    padding:15px;
    font-size: 14px;
    line-height: 25px;
    color: #9898a0;
}

.tjzi h2 {
    font-size: 20px;
    height:auto;
    overflow: hidden;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0b46ac;
}

.tjzi h3 {
    font-size: 14px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
}

.tjmore {
    margin-top: 20px;
}

.lxkuai {
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 14px;
}

.lxkuai h2 {
    font-size: 20px;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.liuyan {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top:25px;
	padding-bottom:25px;
    background-color: #ededed;
}

.liuyan h3 {
    font-size: 20px;
    text-align: center;
    color: #2d2d2d;
    margin-top: 0px;
    margin-bottom: 35px;
}

.biaox h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #666666;
}

.anniuw {
    width: 100%;
    height: 40px;
	border-radius: 0;
	
}

.biaox {
   margin-bottom:0px;
   }
   
.xwnn {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.xwnn h2 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.fabu {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    border-bottom: 1px solid #fbfbfb;
    padding-bottom: 15px;
    margin: 0 auto;
}
.xwxq {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    border-bottom: 1px solid #fbfbfb;
}

.liebiaok-aa {
    width: 100%;
}

.liebiaok-bb {
    width: 100%;
}

.zwcont {
    width: 90%;
    left: 5%;
    top: 40%;
}

.zwcont iframe {
    height: 400px;
}

.lanmm {
    height: auto;
    overflow: hidden;
}

.lanmm li {
    list-style-type: none;
    float: left;
    width: 33.3%;
}

.lanmm li a {
    display:block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #646464;
    text-align: center;
    background-color: #f1f1f1;
}

.lanmm li a:hover {
    color: #646464;
    text-align: center;
    background-color: #cfcfcf;
}

.lanmm li.hover a {
    color: #646464;
    text-align: center;
    background-color: #cfcfcf;
}

.cpdh {
   height:400px;
   overflow-y: scroll;
   }

.cpdh h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:20px;
   margin-bottom:10px;
   }
   
.cpdhw {
   height:auto; overflow:hidden;
   margin-bottom:10px;
   }
 
.rjkuan {
   width:100%;
   }
   
.bnnk {
    height: auto;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 20px;
}

.rjtn-aa {
   width:100%;
   }
   
.rjtn-aa h2 {
    font-size: 20px;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 10px;
}
   
.rjtn-bb {
    width: 100%;
}

.tedian {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f4f4f4;
}

.tedian h2 {
    font-size: 20px;
    color: #0f4c81;
    margin-top: 0px;
    margin-bottom: 15px;
}

.tdnn-aa {
    width: 100%;
}

.tdnn-bb {
    width: 100%;
	margin-top:10px;
}


.tdlie {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.tdlie-hh {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tdlie-aa {
    width: 100%;
}

.tdlie-bb {
    width: 100%;
	margin-top:10px;
}   

.liucheng {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 35px;
}

.liucheng h2 {
    font-size: 20px;
    color: #0f4c81;
    margin-top: 0px;
    margin-bottom: 15px;
}

.shipin {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #FFFFFF;
    background-color: #0f4c81;
}

.shipin li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

.shipin h2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
}

.shipin-aa {
    width: 100%;
}

.shipin-bb {
    width: 100%;
	font-size: 16px;
    line-height: 27px;
	padding-top: 20px;
}

.xiazai {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}

.xiazai h2 {
    font-size: 20px;
    color: #0f4c81;
    margin-top: 0px;
    margin-bottom: 10px;
}

.xiazai li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    line-height: 60px;
    margin-bottom: 10px;
}

.xzaa {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.xzbb {
    width: 100%;
    font-size: 16px;
    padding-left: 14px;
    color: #000000;
}

.xzbb img {
   width:30px;

}   

.wgxq {
   display: block;
}


.xwxq img{
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.mxtu p {
height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    line-height: 30px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
}


}


